From f7a93c015cc27834810484ab6b69bbc6734a862b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 3 Jan 2016 11:59:15 -0500 Subject: [PATCH] Forgotten file I forgot to add this file to source control when the new tests were initially added. --- testsuite/css/style/Makefile.am | 5 ++++- testsuite/css/style/reset-to-defaults.css | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 testsuite/css/style/reset-to-defaults.css diff --git a/testsuite/css/style/Makefile.am b/testsuite/css/style/Makefile.am index 7a2c875d62..d7e7172059 100644 --- a/testsuite/css/style/Makefile.am +++ b/testsuite/css/style/Makefile.am @@ -47,7 +47,10 @@ test_files = $(test_in_files:.test.in=.test) $(test_files): %.test: %.test.in $(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@ -EXTRA_DIST += $(test_files) +EXTRA_DIST += \ + reset-to-defaults.css \ + $(test_files) \ + $(NULL) CLEANFILES += $(test_files) diff --git a/testsuite/css/style/reset-to-defaults.css b/testsuite/css/style/reset-to-defaults.css new file mode 100644 index 0000000000..a739419492 --- /dev/null +++ b/testsuite/css/style/reset-to-defaults.css @@ -0,0 +1,3 @@ +* { + all: unset; +} -- 2.30.2